body {
    display: flex;
    height: 50vh;
	
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-family: arial;
    color: #592B2E;
    background-color: #AC9973;
	margin-right: .5in;
	margin-left: .5in;
	margin-top: 52in; /* adjust this value as needed */
}



h1 {
  font-size: 6vw;
  font-family: serif;
	text-transform: uppercase;
}

h2 {
  font-size: 4vw;
  font-family: serif;
	text-transform: uppercase;
}

p
{
    font-size: 2.5vw;
    font-family: serif;
	text-transform: uppercase;
}
.custom-div p{
	font: normal;
	font-family: serif;
	font-size: 14pt;
	text-decoration: none;
		
}

.content {
  width: 70vw;
		margin-left: .5 inches;
	margin-right: .5 inches;
}

[split-text] {
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: space-between;
  opacity: 0;
}
[split-text].ready {
  opacity: 1;
}

p2{
    text-transform: none;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-variant: normal;
    
}
p4 {
    padding: 0.2em 0 0;
    font-size: 14pt;
    vertical-align: top;
	
}
